home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / icons / viewicon.zip / README.DOC < prev    next >
Text File  |  1990-10-07  |  5KB  |  136 lines

  1.                                                                 10/5/90
  2. Quick Docs to:
  3.         VIEWICON, GETICON, and PUTICON
  4.  
  5. These programs are designed to operate in some way on Windows 3.0 icons.
  6. They seem to work fine on my machine but very much testing has not been done -
  7. so I give no guarentee that they work correctly for you.
  8.  
  9. VIEWICON
  10.  
  11.         Views Windows 3.0 icons on the screen.
  12.  
  13.         Type:  VIEWICON -h  to get a small help screen.
  14.  
  15.         OPTIONS:
  16.                 -l  Display filenames along with icons.
  17.                     (Actually only the 8 char name - no extension.)
  18.                 -t  Tight display - no space between icons.
  19.                 -w  Set background color to white instead of black.
  20.                 -e  Force EGA display mode instead of VGA.
  21.  
  22.         Wildcards in filename views many icons at once.
  23.         The current dir is read for *.* by default.
  24.         A maximum of 2000 files can be read at once.
  25.  
  26.         EXAMPLES:
  27.  
  28.                 VIEWICON -l C:\WINDOWS
  29.                 VIEWICON -l C:\WINDOWS\*.*
  30.                 VIEWICON -l C:\WINDOWS\
  31.                         views any icons found in the Windows directory
  32.  
  33.                 VIEWICON
  34.                         views any icons found in the current directory
  35.  
  36.  
  37. GETICON
  38.  
  39.         Extracts Windows 3.0 icons from a .EXE or .DLL file.
  40.         Puts icons found in the .EXE or .DLL into seperate files.
  41.  
  42.         Type:  GETICON -h  to get a small help screen.
  43.  
  44.         OPTIONS:
  45.                 -w  Set background color to white instead of black.
  46.                 -e  Force EGA display mode instead of VGA.
  47.  
  48.         Wildcards in filename views many icons at once.
  49.         The current dir is read for *.* by default.
  50.         A maximum of 2000 files can be read at once.
  51.  
  52.         You will be given this prompt for each icon found:
  53.                 E)xtract, S)kip icon, A)ll, Q)uit file
  54.  
  55.         Extract: create a file from the displayed icon
  56.         Skip:    don't do anything with this icon
  57.         All:     extracts all icons left in the current .EXE or .DLL being
  58.                  viewed.
  59.         Quit:    skip the rest of the icons in this file.
  60.  
  61.         EXAMPLES:
  62.  
  63.                 GETICON C:\WINDOWS\CALC.EXE
  64.                         (show first icon of a calculator)
  65.                         E)xtract, S)kip icon, A)ll, Q)uit file
  66.                                 press 'E'
  67.                         File Name:
  68.                                 type filename to save to
  69.                         (file is created of that one icon)
  70.  
  71.                 GETICON C:\WINDOWS\CLOCK.EXE
  72.                         (show first icon of a clock)
  73.                         E)xtract, S)kip icon, A)ll, Q)uit file
  74.                                 press 'A'
  75.                         Base File Name:
  76.                                 type filename of, say "BASE.ICO"
  77.                         (BASE1.ICO and BASE2.ICO are created)
  78.  
  79. PUTICON
  80.  
  81.     Overwrites a Windows 3.0 Icon in a Windows file.
  82.     Can be used to make minimized windows use your icon of choice.
  83.  
  84.         *WARNING* make backups before writing to any file.
  85.  
  86.         Type:  PUTICON -h  to get a small help screen.
  87.  
  88.         PUTICON -we {source file} {destination file}
  89.  
  90.         OPTIONS:
  91.                 -w  Set background color to white instead of black.
  92.                 -e  Force EGA display mode instead of VGA.
  93.                 {source file}
  94.                     File containing a Windows 3.0 icon that you want to
  95.                     put into the destination file.
  96.                 {destination file}
  97.                     File containing a Windows 3.0 icon that you want to
  98.                     replace from the source file.
  99.                     *WARNING* backup this file FIRST.
  100.  
  101.         EXAMPLE:
  102.  
  103.                 COPY \WINDOWS\SYSTEM\WINOA386.MOD WINOA386.BAK
  104.                 PUTICON GK_DOS.ICO \WINDOWS\SYSTEM\WINOA386.MOD
  105.                         (shows icon of a "C:> prompt")
  106.                         Use this icon as the SOURCE?
  107.                                 press 'Y'
  108.                         File Name:
  109.                                 type filename to save to
  110.                         (shows icon of 2 color minimized DOS application)
  111.                         Use this icon as the DESTINATION?
  112.                                 press 'N'
  113.                         (shows icon of minimized DOS application)
  114.                         Use this icon as the DESTINATION?
  115.                                 press 'Y'
  116.                         (new icon is saved to the WINOA386.MOD file)
  117.  
  118.  
  119. You may use, copy and distribute these programs any way you see fit since they
  120. are not copyrighted.
  121.  
  122. EGA or VGA is a must and the programs are DOS applications.  I'd make them
  123. Windows apps if someone is willing to give me a Windows SDK :-)
  124. They can be run under Windows, but I don't recommend it as it slooows it down
  125. plenty.
  126.  
  127. Well, that's enough to get you up and running.  If I've left something out
  128. that you would like to see or if you don't like the way I did something, let
  129. me know!
  130.  
  131. Please direct any comments/suggestions/complaints to:
  132.  
  133.         garyk@cbnewsk.att.com
  134.  
  135. All programs were created in Microsoft C V6.0 and MASM V5.1.
  136.